home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the ink of sprite the currentSpriteNum to 4
- end
-
- on mouseLeave me
- cursor(-1)
- set the ink of sprite the currentSpriteNum to 36
- end
-
- on mouseDown me
- puppetSound(3, "M_BEEP")
- cursor(4)
- end
-
- on mouseUp me
- go(1, "ES")
- cursor(-1)
- end
-